quartz: Fix another typo
authorMatthias Clasen <mclasen@redhat.com>
Fri, 10 Mar 2017 12:26:05 +0000 (07:26 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 10 Mar 2017 12:27:12 +0000 (07:27 -0500)
gdk/quartz/gdkwindow-quartz.c

index 2e7dc0a182a2d2dab81632306020a1fd1a7e7199..f868f35b06950e71d0011ca76163360be78841ce 100644 (file)
@@ -2479,7 +2479,7 @@ gdk_quartz_window_set_functions (GdkWindow    *window,
 
   g_return_if_fail (GDK_IS_WINDOW (window));
 
-  imple = GDK_WINDOW_IMPL_QUARTZ (window->impl);
+  impl = GDK_WINDOW_IMPL_QUARTZ (window->impl);
 
   if (functions & GDK_FUNC_ALL)
     {